home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / OBERON / POT / DDE / !pOt / !Help next >
Text File  |  1995-05-07  |  2KB  |  37 lines

  1.    pOt
  2.    ~~~
  3.    Purpose:  Portable Oberon to C translator
  4.  
  5.    Setup:
  6.       Icon                    Action/Meaning                       Default
  7.       ----                    --------------                       -------
  8.       Source                  Name of file to be compiled            nil
  9.                               (typed or dragged).
  10.  
  11.       New symbol file         Generate a new symbol file             off
  12.  
  13.       Line numbers            Generate #line's in C source           off
  14.  
  15.       Run time checks:-       Enable / disable generation of code
  16.                               to perform various checks during
  17.                               execution of the program.
  18.  
  19.       Index checks off        Do not check that array indices do     off
  20.                               not exceed the array bounds.
  21.       Nil pointers off        Do not check attempts to reference     off
  22.                               an object pointed to by a Nil pointer.
  23.       Range check off         Do not check that the values of all    off
  24.                               assignments are within the range of
  25.                               the variable being assigned.
  26.       Type check off          Do not check dynamic types.            off
  27.  
  28.  
  29.    Menu:
  30.       Entry                   Action/Meaning                       Default
  31.       -----                   --------------                       -------
  32.       MS-DOS end-of-line      Generate CRNL as NL                    off
  33.       Filename in errors      Add the filename to errors             on
  34.                               and throw errors back to an
  35.                               editor.
  36.  
  37.